Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve const-correctness for BppTree accessors #2

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

jeaye
Copy link
Contributor

@jeaye jeaye commented Jul 19, 2024

Hi there! I'm adding BppTree to jank (native Clojure dialect on LLVM), since immer doesn't support sorted maps/sets (arximboldi/immer#105). These const-correctness changes were necessary to avoid copious const_cast usage in places where my data structures are const and I'm expecting to be able to hit these accessors.

@jeffplaisance
Copy link
Owner

Thank you!

@jeffplaisance jeffplaisance merged commit 9d8417a into jeffplaisance:main Jul 20, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants